ComponentOne ASP.NET MVC Controls
IsDisabled Method (FlexGridGroupPanelBuilder<T>)

C1.Web.Mvc.Fluent Namespace > FlexGridGroupPanelBuilder<T> Class : IsDisabled Method
The value.
Configurates C1.Web.Mvc.FlexGridGroupPanel<T>.IsDisabled. Sets a value that determines whether the control is disabled.
Syntax
'Declaration
 
Public Function IsDisabled( _
   ByVal value As Boolean _
) As FlexGridGroupPanelBuilder(Of T)
public FlexGridGroupPanelBuilder<T> IsDisabled( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
Disabled controls cannot get mouse or keyboard events.
See Also

Reference

FlexGridGroupPanelBuilder<T> Class
FlexGridGroupPanelBuilder<T> Members